func google.golang.org/grpc.newTrace

3 uses

	google.golang.org/grpc (current package)
		server.go#L1780: 		tr := newTrace("grpc.Recv."+methodFamily(stream.Method()), stream.Method())
		stream.go#L439: 			tr: newTrace("grpc.Sent."+methodFamily(method), method),
		trace_withtrace.go#L29: func newTrace(family, title string) traceLog {